Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various minor fixes #93

Merged
merged 7 commits into from
Oct 13, 2024
Merged

Various minor fixes #93

merged 7 commits into from
Oct 13, 2024

Conversation

Absolucy
Copy link
Collaborator

@Absolucy Absolucy commented Oct 13, 2024

  • Fixed a panic with auxtools::byond_ffi::parse_args in debug mode. (fixes crash on debug builds from byond_ffi_fn #90)
  • Fixed a panic in debug mode due to trying to read unaligned pointers.
  • Replaced some references to mutable statics with addr_of!/addr_of_mut!
  • Updated the lockfile to fix an error with an outdated time crate.
  • Change clippy lints to be warn rather than deny by default.

@Absolucy Absolucy changed the title Fix panic with auxtools::byond_ffi::parse_args in debug mode Fix panic with auxtools::byond_ffi::parse_args in debug mode (+ lockfile update) Oct 13, 2024
@Absolucy Absolucy changed the title Fix panic with auxtools::byond_ffi::parse_args in debug mode (+ lockfile update) Various minor fixes Oct 13, 2024
@Absolucy Absolucy merged commit b498501 into master Oct 13, 2024
2 checks passed
@Absolucy Absolucy deleted the fix-debug-assert branch October 13, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

crash on debug builds from byond_ffi_fn
1 participant